home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / amos / AMOS_0795.lzh / AMOSLIST / 000063_amos-request@svcs1.digex.net_Fri Jul 14 18:04:37 1995.msg < prev    next >
Internet Message Format  |  1995-08-04  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id SAA22960;  for  ; Fri, 14 Jul 1995 18:04:19 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id OAA26763 for amos-out; Fri, 14 Jul 1995 14:16:01 -0400
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id OAA26760 for <amos-list@svcs1.digex.net>; Fri, 14 Jul 1995 14:16:00 -0400
  4. Received: from kyoko.mpx.com.au (kyoko.mpx.com.au [203.2.75.2]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id OAA28565;  for <amos-list@access.digex.net> ; Fri, 14 Jul 1995 14:15:57 -0400
  5. Received: from cristal.mpx.com.au by kyoko.mpx.com.au with smtp
  6.     (Smail3.1.29.1 #7) id m0sWpIO-0006OhC; Sat, 15 Jul 95 04:17 EST
  7. Received: from comlink.mpx.com.au by cristal.mpx.com.au with uucp
  8.     (Smail3.1.28.1 #3) id m0sWohe-0000SsC; Sat, 15 Jul 95 03:39 EDT
  9. Received: by comlink.mpx.com.au (V1.16/Amiga)
  10.     id AA020rm; Fri, 14 Jul 95 19:06:14 1100
  11. Date: Fri, 14 Jul 95 19:06:14 1100
  12. Message-Id: <9507150106.AA020rl@comlink.mpx.com.au>
  13. From: Darryl_Lewis@comlink.mpx.com.au (Darryl Lewis)
  14. To: amos-list@access.digex.net
  15. Subject: bank swapping
  16. Status: RO
  17. X-Status: 
  18.  
  19. I've a a huge load of bobs for a game I'm writing. They will not all fit
  20. into one bank. I've split them up into several files.
  21.  
  22. My trouble is that I can't seem to load them into the program into
  23. different banks.
  24. ie the first lines of my program are:
  25.  
  26. Load "bobfile1.abk",1:rem works OK
  27. Load "bobfile2.abk",20 :rem causes I/O error at line 95! when it only has 2
  28. lines.
  29.  
  30. Each file is 1528020 bytes long.
  31. The finished program will have 6 banks this size and be swapped for super
  32. smooth animation.
  33. Any help would be appreciated.
  34.  
  35. Darryl
  36.  
  37. -- Via DLG Pro v1.0
  38.  
  39.  
  40.                #####\             _             /#####
  41.                #( )# |          _( )__         | #( )# 
  42.                ##### |         /_    /         | #####
  43.                #" "# |     ___m/I_ //_____     | #" "#
  44.                # O # |____#-x.\ /++m\ /.x-#____| # O #
  45.                #m.m# |   /" \ ///###\\\ / "\   | #m.m#
  46.                #####/    ######/     \######    \#####
  47.